Welcome![Sign In][Sign Up]
Location:
Search - VC UDP

Search list

[Internet-Networkmultithreadudp_1.33

Description: 多线程UDP通讯程序源代码,利用VC实现的源代码,可用于网络通信,不妨一试,-multithreading UDP communications source code, using VC source code can be used for network communications, it may be a test,
Platform: | Size: 44032 | Author: 刘明 | Hits:

[TCP/IP stackUdpClnt

Description: 用于测试的udp客户端,VC编写,绝对好用!-test for the udp client, VC preparation, absolute handy!
Platform: | Size: 86016 | Author: | Hits:

[TCP/IP stackUdpServ

Description: 用于测试的udp服务端,VC编写,绝对好用!-test for the udp server, VC preparation, absolute handy!
Platform: | Size: 84992 | Author: | Hits:

[Internet-NetworkP2P之UDP穿透NAT的原理与实现源代码 .r

Description: P2P之UDP穿透NAT的原理与实现源代码,有VC实现的网络编程-P2P UDP penetrate NAT Zhi Theory and implementation of the source code, the VC Network Programming
Platform: | Size: 31744 | Author: steven | Hits:

[Internet-Networkvc开发tcp聊天服务器端

Description: 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source code.
Platform: | Size: 31744 | Author: 布瓜 | Hits:

[Internet-Network类似与QQ的UDP通信

Description: 这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
Platform: | Size: 56320 | Author: 王正 | Hits:

[Internet-NetworkVC_UDPSND

Description: VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是发射端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is to launch a process-
Platform: | Size: 30720 | Author: 何力 | Hits:

[Internet-NetworkVC_UDPRCV

Description: VC++6编译,UDP组播程序,分为发射端和接收端两个部分,这是接收端程序-VC 6 compiler, UDP Multicast procedures, divided into transmitter and receiver in two parts, which is receiving end procedures
Platform: | Size: 34816 | Author: 何力 | Hits:

[CommunicationTCP-UDP实时连接(其它源码-vc源码)

Description:
Platform: | Size: 51200 | Author: 苗嘉 | Hits:

[Internet-NetworkTCP和UDP聊天、传收文件程序(其它源码-vc源码)

Description: 基于TCP和UDP协议的网络聊天、传收文件程序,VC++60实现,包含全部源代码,多提宝贵意见哦-based on TCP and UDP network chat-procedure documents, VC++60 realized, includes all source code, put forward more valuable suggestions oh
Platform: | Size: 56320 | Author: 苗嘉 | Hits:

[Internet-NetworkUDP_Demo

Description: 一个VC++环境下开发的利用UDP协议发送和接收数据的例子.-a development environment using the UDP protocol to send and receive data example.
Platform: | Size: 266240 | Author: 金风 | Hits:

[Internet-NetworkVC...................................

Description: UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点:   1、 数据传输不用建立连接,所以不可靠;   2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;   具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCAST编程的同志一些参考。 -UPD DATAGRAM PROTOCAL USER is the acronym, the network is available on the connectionless transport protocol. UDP communication with the following characteristics : 1, data transmission not connect, it is not reliable; 2. the data is sent across the network for any one of the LAN computers can receive the same data; specific Implementation is simple, but now the network rarely see the code; I have made reference to the VCKBASE the UDP communications on the original code and some books, was this simple client, receiving end procedures, the role played congregate, in hopes of giving the initial contact UDP Zhi BROADCAST programming comrades some reference.
Platform: | Size: 1024 | Author: htj | Hits:

[Internet-NetworkUdpClientDemo

Description: socket编程客户端例子,在VC6下编译通过,采用UDP协议-client socket programming examples, compiled under the VC6 by using UDP
Platform: | Size: 2048 | Author: JW | Hits:

[Internet-NetworkUdpServerDemo

Description: socket编程服务端例子,在VC6下编译通过,采用UDP协议-socket programming services-an example, in the VC6 compiler, using UDP
Platform: | Size: 2048 | Author: JW | Hits:

[uCOSuCOS-280

Description: uCOS的新版本uCOS-280,可用VC产生两个任务,完成socket的UDP的收和发功能-uCOS a new version uCOS-280, VC can have two missions, the UDP socket to complete the admission and made functional
Platform: | Size: 940032 | Author: 周德召 | Hits:

[Internet-NetworkUDPd

Description: VC++写的UDP 点对点程序,书上院码-VC write UDP point-to-point procedures on the upper house yards. .
Platform: | Size: 284672 | Author: 00000000 | Hits:

[Internet-Networkudp_server

Description: VC++平台开发的,UDP协议传输的C/S模式编程,(转)有错误别找我啊-VC platform development, UDP transmission of the C/S mode programming, (to) find my other mistakes ah
Platform: | Size: 4096 | Author: da_fly | Hits:

[Internet-NetworkVCtcpudp

Description: /* vc tcpudp通信源码email:kinghfut@gmail.com QQ:254648852 */-/* vc tcpudp communications source email : kinghfut@gmail.com QQ : 254648852* /
Platform: | Size: 80896 | Author: king | Hits:

[Internet-NetworkMyudptest

Description: VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
Platform: | Size: 35840 | Author: 宋益波 | Hits:

[ICQ-IM-ChatUDPdianduidianliaotian

Description: UDP点对点聊天的实用程序,基于VC,对于学习网络编程比较有帮助。-UDP peer-to-peer chat utility, based on VC, the Learning Network Programming for more help.
Platform: | Size: 1267712 | Author: | Hits:
« 1 2 34 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net